home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / freedos / install.txt < prev    next >
Text File  |  2000-02-08  |  6KB  |  183 lines

  1.               INSTALL MINI-HOWTO
  2.  
  3.               Jim Hall <jhall1@isd.net>
  4.                  version 4.0
  5.               updated 29 Dec 99
  6.  
  7. --------------------------------------------------------------------------
  8.  
  9. 1.  WHAT TO GET:
  10.  
  11.  The Beta4 distribution is being made available in two "flavors":
  12.  
  13.  The MINI distribution contains all the software you need to reproduce
  14.  the functionality of MS-DOS. If you want to install the MINI
  15.  distribution, you need to download these files:
  16.  
  17.      RAWRITE.EXE
  18.      MINI.BIN
  19.      BASE1.ZIP
  20.  
  21.  The FULL distribution Contains everything from MINI, plus compilers,
  22.  editors. (At the time of this writing, the Source disk set was not
  23.  ready so I did not distribute it.  If you would like to obtain the
  24.  source code for any FreeDOS package, please go to the site listed in
  25.  the package's LSM file.)  If you want to install the FULL
  26.  distribution, you will need to download these files:
  27.  
  28.      RAWRITE.EXE
  29.      FULL.BIN
  30.      BASE1.ZIP         
  31.      LANG1.ZIP
  32.      EDIT1.ZIP
  33.      UTIL1.ZIP
  34.  
  35.  **Note that the Beta4 will release the FULL distribution as it
  36.    becomes available.  This is not how I normally release the
  37.    distribution, but the Beta4 was already late.
  38.  
  39.  If you do not already have a copy of UNZIP, you will need to download
  40.  that as well.
  41.  
  42.  
  43. 2.  BEFORE YOU INSTALL:
  44.  
  45. 2.1 STEP 1 - THE FLOPPY ZIP FILES (* see the variation, at the end)
  46.  
  47.  Once you have downloaded all the files you need, you must do a little
  48.  "prep" work before you can install FreeDOS. All of those zip files
  49.  that you grabbed are the "floppy zip files". They contain everything
  50.  that will fit on one install floppy.
  51.  
  52.  So, start with the BASE1.ZIP file. Format a 1.44MB floppy, then unzip
  53.  the BASE1.ZIP file to that floppy. This is what you do, let's assume
  54.  that you downloaded the floppy zip files into C:\DNLOADS:
  55.  
  56.      A:
  57.      UNZIP C:\DNLOADS\BASE1.ZIP
  58.  
  59.  Now everything that you need on the Base.1 install floppy is on that floppy
  60.  disk.
  61.  
  62.  If you are installing the MINI distribution, then you are done with the
  63.  install floppy zip files. If you are installing the FULL distribution, then
  64.  you need to repeat the above steps for the other zip files that you
  65.  downloaded.
  66.  
  67.  
  68. 2.2 STEP 2 - THE BOOT FLOPPY IMAGE
  69.  
  70.  The Beta4 distribution now lets you create an install boot floppy so
  71.  you can boot from in order to install FreeDOS. The boot floppy image
  72.  needs to be written to a pre-formatted 1.44MB floppy disk.  Other
  73.  boot floppy images for 360k and 720k will soon be made available.
  74.  
  75.  We need to use a program called RAWRITE to write these images to a
  76.  floppy.
  77.  
  78.  To create the boot floppy for the MINI distribution:
  79.  
  80.     1. Run RAWRITE - Follow the prompts
  81.  
  82.     2. Tell the program to read from MINI.BIN and to write to A:
  83.  
  84.  To create the boot floppy for the FULL distribution:
  85.  
  86.     1. Run RAWRITE - Follow the prompts.
  87.  
  88.     2. Tell the program to read from FULL.BIN and to write to A:
  89.  
  90.  Notice that the procedure to create the boot floppy is essentially
  91.  the same for the MINI and FULL distributions. The only thing that
  92.  changes is the name of the image file name.
  93.  
  94.  **If you are using UNIX, you may instead use the 'dd' program to
  95.    write the disk images.  The standard way to do this is to load a
  96.    formatted floppy in your drive, then type the following while
  97.    logged in as 'root':
  98.  
  99.    dd if=MINI.BIN of=/dev/fd0
  100.  
  101.  The inquisitive DOS user will notice that the contents of MINI.BIN and
  102.  FULL.BIN are essentially the same. In future releases of the FreeDOS
  103.  distribution, I will only require one image file, and there will be an
  104.  install-time option to install either a MINI or a FULL distribution.
  105.  
  106.  
  107. 3.  TO INSTALL FROM FLOPPY DISK:
  108.  
  109.  Now you are ready to install the FreeDOS distribution on your
  110.  computer. If you have made all your floppies correctly, then you
  111.  reboot your computer using the boot floppy that you made from either
  112.  MINI.BIN or FULL.BIN.
  113.  
  114.  When your computer boots up (may take a minute or two, depending on
  115.  the speed of your PC) you will be at a DOS prompt.  At this point,
  116.  you have the opportunity to run FDISK to create a DOS partition IF
  117.  YOU DON'T ALREADY HAVE ONE.  To run FDISK, you just type:
  118.  
  119.      FDISK
  120.  
  121.  Then follow the on-screen prompts.  After you run FDISK, you will
  122.  need to reboot; just boot off the install floppy again.
  123.  
  124.  IF YOU CREATED A NEW PARTITION for FreeDOS, you'll also need to
  125.  format the partition before you can use it.  To do that, just type:
  126.  
  127.      FORMAT C: /U
  128.  
  129.  Don't forget to make the C: drive bootable.  To do that, you type:
  130.  
  131.      SYS C:
  132.  
  133.  After that, just run the install program:
  134.  
  135.      INSTALL
  136.  
  137.  When the install program asks you where to install from, enter: A:
  138.  You should probably install to C:\DOS or C:\FDOS - but that's up to
  139.  you. During the installation, you will need to use the install
  140.  floppies that you created from the zip disks.
  141.  
  142.  One final note: floppy disk access is still a little slow in this
  143.  release.  So, your install may take a lot longer than you might
  144.  expect. Please budget for some additional time when installing your
  145.  copy of FreeDOS.
  146.  
  147.  
  148. 4.  TO INSTALL FROM THE HARD DISK
  149.  
  150.  I won't spend too much time on this, as I expect most people will opt
  151.  to install from floppy disk. However, it is possible to install from
  152.  your hard disk. If you are installing everything, and you already
  153.  have a copy of DOS on your computer, then this is probably the option
  154.  you want. Hard disk access under FreeDOS is a lot faster than floppy
  155.  anyway.
  156.  
  157.  The only difference between installing from floppy disk and
  158.  installing from the hard disk is when you create the install floppies
  159.  from the different zip files. When you installed from floppy disks,
  160.  you needed to unzip each floppy zip file onto a separate floppy disk.
  161.  
  162.  To install from the hard disk, you just unzip each floppy zip file
  163.  INTO A SINGLE DIRECTORY ON YOUR HARD DISK. For example, you might do
  164.  this (let's keep the assumption that you downloaded the install files
  165.  to C:\DNLOADS):
  166.  
  167.     CD \
  168.     MKDIR FDBETA4
  169.     CD FDBETA4
  170.     UNZIP C:\DNLOADS\BASE1.ZIP
  171.  
  172.  For the MINI distribution, that's all you need to do. If you want to
  173.  install the FULL distribution, you will also need to unzip all the
  174.  other floppy zip files like LANG1.ZIP, EDIT1.ZIP, and UTIL1.ZIP.
  175.  That's it. When the install program asks you where to install from,
  176.  say C:\FDBETA4 (you can delete the C:\FDBETA4 directory after you are
  177.  done installing FreeDOS - this was just a temporary directory.)
  178.  
  179.  
  180.  
  181.  
  182. Congratulations - you have now installed FreeDOS!
  183.